Platform Explorer / Nuxeo Platform LTS 2015 7.10

Operation WebUI.NavigateTo (Navigate to Document)

Description

Navigate to the input document. The outcome of the UI action will be stored in the operation chain context as the 'Outcome' variable. Returns back the document.
Operation id WebUI.NavigateTo
AliasesSeam.NavigateTo
Category User Interface
Label Navigate to Document
Requires Seam
Since

Parameters

Name Description Type Required Default value
view string no  

Signature

Inputs document
Outputs document

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.jsf.operations.Navigate
Contributing Component org.nuxeo.ecm.automation.jsf.contrib

JSON Definition

{
  "id" : "WebUI.NavigateTo",
  "aliases" : [ "Seam.NavigateTo" ],
  "label" : "Navigate to Document",
  "category" : "User Interface",
  "requires" : "Seam",
  "description" : "Navigate to the input document. The outcome of the UI action will be stored in the operation chain context as the 'Outcome' variable. Returns back the document.",
  "url" : "WebUI.NavigateTo",
  "signature" : [ "document", "document" ],
  "params" : [ {
    "name" : "view",
    "description" : null,
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}